.default-title {}
.default-title strong {font-weight: normal; color:#0066cc; font-size:20px; }
.default-title:after {content:""; display: block; width:60px; height:2px; background: #0066cc; overflow:hidden; margin-top: 10px;}

/*-- 幻灯片 --*/
.slider {position: relative; clear: both;}
.slider .prev {position:absolute; top:50%; left:50px; width:53px; margin-top:-27px; cursor:pointer; height:53px; display: block; z-index:99999; background:url(../images/ico-btn-left.png) no-repeat;} 
.slider .next {position:absolute; top:50%; right:50px; width:53px; margin-top:-27px; cursor:pointer; height:53px; display: block; z-index:99999; background:url(../images/ico-btn-right.png) no-repeat;} 
.slider .pagination {position: absolute; bottom:10px; left:0px; z-index:9999999;  text-align: center;}  
.slider .pagination .swiper-pagination-bullet {display:inline-block; width:12px; height:12px; border-radius:12px; background:white; margin-right:10px;}
.slider .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width:32px; background: #009a53; transition: all 0.6s;}
  
.project-dynamic {}
.project-dynamic .project-item {box-shadow: 0px 0px 4px #CCCCCC; width:99%; float:left;}
.project-dynamic .project-item .pic {float:left; width:45%;}
.project-dynamic .project-item .cxt {float:left; width:55%; padding:30px 20px 0px 20px;}
.project-dynamic .project-item .summary {}
.project-dynamic .project-item .summary p {font-size: 12px; color:#000000;height: 55px; }
.project-dynamic .project-item .description {font-size: 12px; color:#666666; padding:15px 0px 20px; line-height: 20px;}
.project-dynamic .project-item .more {display: block; text-align: center; line-height: 24px; background: url(../images/btn-more.png) no-repeat; color:#ffffff; font-size:12px; width:80px; height:24px; }
.project-dynamic .project-item {}
 
@media(max-width: 768px) 
{
	.project-dynamic .project-item {float: none!important; width: 100%; margin-bottom:20px;}
	.project-dynamic .project-item .pic {float: none!important; width: 100%;}
	.project-dynamic .project-item .pic img {width: 100%; height:auto!important;}
	.project-dynamic .project-item .cxt {float: none!important; width: 100%;}
	.project-dynamic .project-item .cxt {padding:15px 10px;}
	.project-dynamic .project-item .description {padding:0px 0px 15px 0px;}

	.slider .prev, .slider .next {display: none;}
	.slider .pagination  {bottom:0px!important; margin-bottom:10px!important ;}	
}